home *** CD-ROM | disk | FTP | other *** search
/ Delphi Informant Complete 1995 - 2000 / Delphi Informant Complete 1995 to 2000.iso / Delphi Informant Magazine Complete Works SOURCE CODE 1995.rar / 1995 / MAY / Dr9505 / dataset.dfm / dataset.txt
Text File  |  1995-01-08  |  493b  |  29 lines

  1. object Form1: TForm1
  2.   Left = 201
  3.   Top = 99
  4.   Width = 382
  5.   Height = 229
  6.   ActiveControl = Button1
  7.   Caption = 'Form1'
  8.   PixelsPerInch = 96
  9.   object PaintBox1: TPaintBox
  10.     Left = 184
  11.     Top = 40
  12.   end
  13.   object Button1: TButton
  14.     Left = 8
  15.     Top = 16
  16.     Width = 97
  17.     Height = 41
  18.     TabOrder = 0
  19.     Caption = 'Create Dates'
  20.     OnClick = Button1Click
  21.   end
  22.   object Table1: TTable
  23.     DatabaseName = 'c:\inform\delphi'
  24.     TableName = '1995.db'
  25.     Left = 216
  26.     Top = 32
  27.   end
  28. end
  29.